projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bc508f
)
Fix a typo.
author
Ralph Giles
<giles@mozilla.com>
Thu, 28 Jan 2016 21:04:44 +0000
(13:04 -0800)
committer
Ralph Giles
<giles@mozilla.com>
Thu, 28 Jan 2016 21:04:44 +0000
(13:04 -0800)
src/doc/build-script.md
patch
|
blob
|
history
diff --git
a/src/doc/build-script.md
b/src/doc/build-script.md
index f2cc2746771bd7cd9671ff5fc4570764a32323f1..b0bc1049d3dc160259540c3e5d0341c490a1af86 100644
(file)
--- a/
src/doc/build-script.md
+++ b/
src/doc/build-script.md
@@
-58,8
+58,8
@@
cargo:libdir=/path/to/foo/lib
cargo:include=/path/to/foo/include
```
-There are a few special keys that Cargo recognizes, affecting how the
crate this
-
build script is for
is built:
+There are a few special keys that Cargo recognizes, affecting how the
+
crate
is built:
* `rustc-link-lib` indicates that the specified value should be passed to the
compiler as a `-l` flag.